Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.ecm.poll.ui.types

Contributions

XML Source

<?xml version="1.0" encoding="UTF-8"?>
<component name="org.nuxeo.ecm.poll.ui.types">

  <extension target="org.nuxeo.ecm.platform.types.TypeService" point="types">

    <type id="Poll">
      <label>Poll</label>
      <icon>/icons/poll.png</icon>
      <bigIcon>/icons/poll_100.png</bigIcon>
      <category>SimpleDocument</category>
      <description>Poll.description</description>
      <default-view>view_documents</default-view>
      <layouts mode="any">
        <layout>poll_heading</layout>
        <layout>poll</layout>
      </layouts>
      <layouts mode="edit">
        <layout>poll_heading</layout>
        <layout>poll</layout>
        <layout>poll_dublincore</layout>
      </layouts>
    </type>

  </extension>
</component>